runtime.mspan.init (method)

3 uses

	runtime (current package)
		arena.go#L927: 				s.init(uintptr(v)+i, userArenaChunkPages)
		mheap.go#L1384: 	s.init(base, npages)
		mheap.go#L1677: func (span *mspan) init(base uintptr, npages uintptr) {